home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / text / tex / rtf2latex.lha / rtf2LaTeX / macintosh.h < prev    next >
C/C++ Source or Header  |  1997-02-28  |  479b  |  20 lines

  1. /* macintosh.h  4.5.1993
  2.  *
  3.  * Header file for Think C port of rtf2LaTeX by Erwin Wechtl.
  4.  *
  5.  * Written and copyright (c) 1993 by Alex Viskovatoff
  6.  * (visko@harvard.edu). Permission is granted to
  7.  * distribute and modify this file.
  8.  */
  9.  
  10. #define    index    strchr
  11. #define rindex  strrchr
  12.  
  13. #define isascii(c)    (((unsigned) c) <= 0x7f)
  14.  
  15. #define PATHNAME_LENGTH 256
  16.  
  17. int getopt(int nargc, char * const *nargv, const char *ostr);
  18. char *get_home_dir(void);
  19. char *get_file_from_dialog(void);
  20.